home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 10 / AACD 10.iso / AACD / Magazine / Morphos / GCC / lib / gcc-lib / ppc-amigaos / 2.95.1 / sys-include / powerup / lvo / mathtrans_lvo.h < prev    next >
C/C++ Source or Header  |  2000-03-13  |  577b  |  29 lines

  1. #ifndef _LVO_MATHTRANS_LIB_H
  2. #define _LVO_MATHTRANS_LIB_H
  3.  
  4. /*
  5.  *  $VER: mathtrans_lvolib.h (08/03/97)
  6.  *
  7.  */
  8.  
  9.  
  10. #define    LVO_SPAtan    (-0x1E)
  11. #define    LVO_SPSin    (-0x24)
  12. #define    LVO_SPCos    (-0x2A)
  13. #define    LVO_SPTan    (-0x30)
  14. #define    LVO_SPSincos    (-0x36)
  15. #define    LVO_SPSinh    (-0x3C)
  16. #define    LVO_SPCosh    (-0x42)
  17. #define    LVO_SPTanh    (-0x48)
  18. #define    LVO_SPExp    (-0x4E)
  19. #define    LVO_SPLog    (-0x54)
  20. #define    LVO_SPPow    (-0x5A)
  21. #define    LVO_SPSqrt    (-0x60)
  22. #define    LVO_SPTieee    (-0x66)
  23. #define    LVO_SPFieee    (-0x6C)
  24. #define    LVO_SPAsin    (-0x72)
  25. #define    LVO_SPAcos    (-0x78)
  26. #define    LVO_SPLog10    (-0x7E)
  27.  
  28. #endif
  29.